home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_656 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-15  |  154 b   |  9 lines

  1. on(release){
  2.    if(_root.days >= 7 && _root.hotdate == 1)
  3.    {
  4.       _root.days -= 7;
  5.       _root.hotdate = 0;
  6.       _root.gotoAndStop(4);
  7.    }
  8. }
  9.